home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / haeberli / libgutil / Makefile < prev    next >
Makefile  |  1994-08-01  |  1KB  |  33 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. LCOPTS  = -xansi -D__STDC__
  6. LCINCS    = -I../include -I/usr/include/gl
  7. LCDEFS    = -Wo,"-loopunroll 0"
  8. CFILES  = abekas.c acc.c arg.c bitmap.c bm.c brect.c brush.c bufpool.c \
  9.     charfill.c checkchar.c cmap.c cmyk.c colormod.c corprt3.c corprt4.c \
  10.     dispimg.c dit.c expr.c fastimg.c fastobj.c fax.c fft.c file.c \
  11.     filepath.c fit2d.c follow.c fzoom.c gamma.c gendit.c geom.c \
  12.     getapixel.c getfile.c getset.c gif.c glshade.c glshapes.c glstuff.c \
  13.     handline.c hideline.c hipass.c hist.c homo2.c hypcurve.c imgread.c \
  14.     invgamma.c invmap.c izoom.c lut.c manifesto.c matrix.c misc.c \
  15.     miscgl.c movie.c mysystem.c objdraw.c objfnt.c objlib.c objop.c \
  16.     path.c percent.c perlin.c polyscan.c propdit.c psimg.c pstri.c \
  17.     qquant.c quant.c rand.c rct.c rctgl.c rendchar.c render.c \
  18.     resource.c rgn.c row.c rpc.c sample.c setscreen.c sgiobj.c \
  19.     sgiobjgl.c shade.c shadow.c simptex.c sprender.c sptexture.c \
  20.     stream.c subpix.c textmap.c texture.c tl.c tmeshobj.c tomesh.c \
  21.     track.c turtle.c type1rd.c unmesh.c vcolor.c vcool.c vect.c vidcomp.c
  22. CVERSION=
  23. LD_QUICKSTART_INFO=
  24.  
  25. TARGETS    = libgutil.a
  26.  
  27. default all: $(TARGETS)
  28.  
  29. include $(COMMONRULES)
  30.  
  31. libgutil.a: $(OBJECTS) 
  32.     $(AR) scr libgutil.a $(OBJECTS)
  33.